type github.com/aws/smithy-go/middleware.stackValues

9 uses

	github.com/aws/smithy-go/middleware (current package)
		stack_values.go#L13: 	md, _ := ctx.Value(stackValuesKey{}).(*stackValues)
		stack_values.go#L27: 	md, _ := ctx.Value(stackValuesKey{}).(*stackValues)
		stack_values.go#L37: type stackValues struct {
		stack_values.go#L40: 	parent *stackValues
		stack_values.go#L43: func withStackValue(parent *stackValues, key, value interface{}) *stackValues {
		stack_values.go#L50: 	return &stackValues{key: key, value: value, parent: parent}
		stack_values.go#L53: func (m *stackValues) Value(key interface{}) interface{} {
		stack_values.go#L65: func (c *stackValues) String() string {